projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e04f16
)
usb: musb: drop old musb read/write prototypes
author
Mike Frysinger
<
[email protected]
>
Tue, 16 Jun 2009 09:26:25 +0000
(
05:26
-0400)
committer
Remy Bohmer
<
[email protected]
>
Thu, 9 Jul 2009 19:33:15 +0000
(21:33 +0200)
These functions are no longer defined, so remove their prototypes.
Signed-off-by: Mike Frysinger <
[email protected]
>
Signed-off-by: Remy Bohmer <
[email protected]
>
drivers/usb/musb/musb_core.h
patch
|
blob
|
history
diff --git
a/drivers/usb/musb/musb_core.h
b/drivers/usb/musb/musb_core.h
index b81c5365ec1d72bf5daa52b28c77f77c4df29969..f9da3f0b29b28766c37ee468ba917a52124d466b 100644
(file)
--- a/
drivers/usb/musb/musb_core.h
+++ b/
drivers/usb/musb/musb_core.h
@@
-307,10
+307,4
@@
extern void musb_configure_ep(struct musb_epinfo *epinfo, u8 cnt);
extern void write_fifo(u8 ep, u32 length, void *fifo_data);
extern void read_fifo(u8 ep, u32 length, void *fifo_data);
-/* extern functions */
-extern inline void musb_writew(u32 offset, u16 value);
-extern inline void musb_writeb(u32 offset, u8 value);
-extern inline u16 musb_readw(u32 offset);
-extern inline u8 musb_readb(u32 offset);
-
#endif /* __MUSB_HDRC_DEFS_H__ */